home *** CD-ROM | disk | FTP | other *** search
- object NotCopiedForm: TNotCopiedForm
- Left = 299
- Top = 113
- Width = 606
- Height = 400
- Caption = 'The following files are not copied:'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 336
- Width = 598
- Height = 37
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 0
- object btnForce: TBitBtn
- Left = 152
- Top = 8
- Width = 219
- Height = 25
- Hint =
- 'Remove the attributes associated with the target file before cop' +
- 'ying and try again'
- Anchors = [akTop, akRight]
- Caption = '&Force copy of checked files'
- ModalResult = 1
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- end
- object btnCancel: TBitBtn
- Left = 376
- Top = 8
- Width = 219
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'Do ¬ copy'
- ModalResult = 2
- TabOrder = 1
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 598
- Height = 336
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 1
- object CheckListBox1: TCheckListBox
- Left = 8
- Top = 8
- Width = 585
- Height = 321
- Anchors = [akLeft, akTop, akRight, akBottom]
- ItemHeight = 13
- TabOrder = 0
- end
- end
- end
-